﻿2026-07-22T07:51:37.9849538Z ##[group]Run actions/checkout@v5
2026-07-22T07:51:37.9850314Z with:
2026-07-22T07:51:37.9850851Z   repository: BigscreenVR/spt-bs-core
2026-07-22T07:51:37.9855397Z   token: ***
2026-07-22T07:51:37.9856040Z   ssh-strict: true
2026-07-22T07:51:37.9856801Z   ssh-user: git
2026-07-22T07:51:37.9857530Z   persist-credentials: true
2026-07-22T07:51:37.9858182Z   clean: true
2026-07-22T07:51:37.9858766Z   sparse-checkout-cone-mode: true
2026-07-22T07:51:37.9859386Z   fetch-depth: 1
2026-07-22T07:51:37.9859900Z   fetch-tags: false
2026-07-22T07:51:37.9860464Z   show-progress: true
2026-07-22T07:51:37.9861009Z   lfs: false
2026-07-22T07:51:37.9861886Z   submodules: false
2026-07-22T07:51:37.9862468Z   set-safe-directory: true
2026-07-22T07:51:37.9863127Z   allow-unsafe-pr-checkout: false
2026-07-22T07:51:37.9863768Z env:
2026-07-22T07:51:37.9864268Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T07:51:37.9864969Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T07:51:37.9865612Z ##[endgroup]
2026-07-22T07:51:38.1651967Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T07:51:38.1653496Z ##[group]Getting Git version info
2026-07-22T07:51:38.1654306Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T07:51:38.1896033Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T07:51:38.2115476Z git version 2.43.0.windows.1
2026-07-22T07:51:38.2138382Z ##[endgroup]
2026-07-22T07:51:38.2146501Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\1ed51336-891b-435f-989c-64164f20890e\.gitconfig'
2026-07-22T07:51:38.2160036Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1ed51336-891b-435f-989c-64164f20890e' before making global git config changes
2026-07-22T07:51:38.2161571Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T07:51:38.2164735Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T07:51:38.2408220Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T07:51:38.2610997Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T07:51:38.2634902Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T07:51:38.2638444Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T07:51:38.2868649Z HEAD
2026-07-22T07:51:38.3909906Z ##[endgroup]
2026-07-22T07:51:38.3913805Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T07:51:39.6671869Z ##[group]Cleaning the repository
2026-07-22T07:51:39.6676229Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T07:51:40.9725453Z Removing target/
2026-07-22T07:51:40.9754523Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T07:51:41.1193556Z HEAD is now at 76687907 Merge 58aab1f7e99b0a0c8a2c678eeaf38eaa38958b2e into 89779e0d99f9692aeba3d602fa837e914d44cae6
2026-07-22T07:51:41.1218741Z ##[endgroup]
2026-07-22T07:51:41.1223203Z ##[group]Disabling automatic garbage collection
2026-07-22T07:51:41.1228250Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T07:51:41.1492816Z ##[endgroup]
2026-07-22T07:51:41.1493176Z ##[group]Setting up auth
2026-07-22T07:51:41.1500237Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T07:51:41.1782780Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T07:51:42.0835339Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T07:51:42.1086384Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T07:51:42.6075858Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T07:51:42.6314353Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T07:51:43.2639735Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T07:51:43.2955660Z ##[endgroup]
2026-07-22T07:51:43.2956151Z ##[group]Fetching the repository
2026-07-22T07:51:43.2962470Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7668790713f14a464e3f00385f5608118824de77:refs/remotes/pull/58/merge
2026-07-22T07:51:43.9546357Z ##[endgroup]
2026-07-22T07:51:43.9546757Z ##[group]Determining the checkout info
2026-07-22T07:51:43.9547151Z ##[endgroup]
2026-07-22T07:51:43.9552829Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T07:51:43.9837024Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T07:51:44.0071624Z ##[group]Checking out the ref
2026-07-22T07:51:44.0075969Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/58/merge
2026-07-22T07:51:44.0507516Z HEAD is now at 76687907 Merge 58aab1f7e99b0a0c8a2c678eeaf38eaa38958b2e into 89779e0d99f9692aeba3d602fa837e914d44cae6
2026-07-22T07:51:44.0526171Z ##[endgroup]
2026-07-22T07:51:44.0768698Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T07:51:44.0980911Z 7668790713f14a464e3f00385f5608118824de77
